bitkeeper revision 1.7.3.23 (3dff089czgE5vpay6eyiTEFJcE6ZNQ)
authorlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Tue, 17 Dec 2002 11:21:00 +0000 (11:21 +0000)
committerlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Tue, 17 Dec 2002 11:21:00 +0000 (11:21 +0000)
test

xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c

index 764dafeb9bc5fd90ba65a0b4d2324c05d778807a..49fa3f4a30092fa99e52abd0e536cba3e47af646 100644 (file)
@@ -60,8 +60,6 @@ static inline void direct_remappte_range(pte_t * pte, unsigned long address, uns
                pte_t oldpage;
                oldpage = ptep_get_and_clear(pte);
         
-        printk(KERN_ALERT "bd240 debug: %lx - %lx\n", address, phys_addr);
-
                direct_set_pte(pte, direct_mk_pte_phys(phys_addr, prot));
 
                forget_pte(oldpage);